home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / ucb_logo / amiga.notes.doc < prev    next >
Encoding:
Text File  |  1996-07-16  |  2.2 KB  |  43 lines

  1. This is the first Amiga release of Berkeley Logo, or UCB Logo as it's also
  2. known.  The orginal, multi-platform version was written in portable C code
  3. by Brian Harvey <bh@anarres.cs.berkeley.edu>, author of the classic book
  4. series, "Computer Science Logo Style".  The code was ported to the Amiga
  5. by Andy Philpotts <xyzzy@nando.net> and further tarted up by Tony Belding
  6. <tlbelding@htcomp.net>.
  7.  
  8. There are two executables in this release.  The one called "LOGO.68000" is
  9. for any Amiga, but will not produce maximum speed on advanced processors.
  10. The program "LOGO.68040" requires a 68040 CPU, and should give far better
  11. performance on the Amiga 4000 or other '040 accelerated Amigas.  Both
  12. versions require OS 2.04 or higher, due to the use of public screens.
  13.  
  14. By default, Logo opens two windows on the Workbench (or current default
  15. public screen, actually).  One is the text console, and the other is the
  16. turtle graphics area.  If you have the excellent ScreenWizard utility (by
  17. Raymond Penners, available through AmiNet), you can cause Logo to open its
  18. own public screen with characteristics of your choice.  I have tried it on
  19. a Picasso II 640x480 screen and it worked nicely.  Just define your screen
  20. with ScreenWizard and give it the public name LOGO.  When used this way,
  21. Logo will create a backdrop window for the turtle, giving it the whole
  22. screen area to play on.
  23.  
  24. WHAT'S IT GOOD FOR?
  25.  
  26. I'm glad you asked.  This current release conforms closely to the standard
  27. MIT, UBC and related Logos found on other platforms, so it's a good
  28. vehicle for exploring the language or turtle graphics (or both).  It's
  29. also a proven educational tool for teaching programming and geometry
  30. concepts to young people.
  31.  
  32. It is NOT currently suited for use as a general-purpose Amiga programming
  33. language.  It lacks the primitives needed to access the Amiga system in a
  34. flexible way.
  35.  
  36. If you are interested in applying Logo to a wider usage, I am happy to
  37. suggest PowerLOGO by Gary Teachout.  It is a more non-standard (but more
  38. powerful and flexible) dialect of Logo with many facilities for accessing
  39. the Amiga's environment.  As I write this (July 1996), PowerLOGO 1.4 is
  40. being posted to AmiNet, and work is underway on PowerLOGO 1.5.
  41.  
  42.     -- Tony Belding
  43.